core.stdc.math

Undocumented in source.

Members

Functions

acos
double acos(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
acos
double acos(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
acosf
float acosf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
acosf
float acosf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atan2
double atan2(double y, double x)
Undocumented in source. Be warned that the author may not have intended to support it.
atan2
double atan2(double y, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atan2f
float atan2f(float y, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atan2f
float atan2f(float y, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbrt
double cbrt(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbrt
double cbrt(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbrtf
float cbrtf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbrtl
real cbrtl(real x)
Undocumented in source. Be warned that the author may not have intended to support it.
ceil
double ceil(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
ceil
double ceil(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ceilf
float ceilf(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
ceilf
float ceilf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cos
double cos(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
cos
double cos(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cosf
float cosf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cosf
float cosf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fabs
double fabs(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
fabs
double fabs(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fabsf
float fabsf(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
fabsf
float fabsf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
floor
double floor(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
floor
double floor(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
floorf
float floorf(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
floorf
float floorf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fmod
double fmod(double f, double w)
Undocumented in source. Be warned that the author may not have intended to support it.
fmod
double fmod(double x, double denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fmodf
float fmodf(float x, float denom)
Undocumented in source. Be warned that the author may not have intended to support it.
fmodf
float fmodf(float x, float denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fmodl
real fmodl(real x, real y)
Undocumented in source. Be warned that the author may not have intended to support it.
llround
long llround(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
llroundf
long llroundf(float x)
llroundl
long llroundl(double x)
llroundl
long llroundl(real x)
Undocumented in source. Be warned that the author may not have intended to support it.
modf
double modf(double value, double* iptr)
Undocumented in source. Be warned that the author may not have intended to support it.
modff
float modff(float value, float* iptr)
Undocumented in source. Be warned that the author may not have intended to support it.
modfl
real modfl(real value, real* iptr)
Undocumented in source. Be warned that the author may not have intended to support it.
nearbyint
double nearbyint(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
nearbyintf
float nearbyintf(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
nearbyintl
real nearbyintl(real x)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
double pow(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
double pow(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
powf
float powf(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
powf
float powf(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
remainder
double remainder(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
remainderf
float remainderf(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
remainderl
real remainderl(real x, real y)
Undocumented in source. Be warned that the author may not have intended to support it.
remquo
double remquo(double x, double y, int* quo)
Undocumented in source. Be warned that the author may not have intended to support it.
remquof
float remquof(float x, float y, int* quo)
Undocumented in source. Be warned that the author may not have intended to support it.
remquol
real remquol(real x, real y, int* quo)
Undocumented in source. Be warned that the author may not have intended to support it.
round
double round(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
roundf
float roundf(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
roundl
real roundl(real x)
Undocumented in source. Be warned that the author may not have intended to support it.
sin
double sin(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
sin
double sin(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sinf
float sinf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sinf
float sinf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqrt
double sqrt(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrt
double sqrt(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqrtf
float sqrtf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqrtf
float sqrtf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tan
double tan(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
tan
double tan(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tanf
float tanf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tanf
float tanf(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
trunc
double trunc(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
truncf
float truncf(float x)
truncl
real truncl(real x)

Manifest constants

PI
enum PI;
Undocumented in source.

Variables

FP_ILOGB0
enum int FP_ILOGB0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FP_ILOGBNAN
enum int FP_ILOGBNAN;

Meta